programming statementの例文
- Newline characters indicate the termination of programming statements.
- Traditional decision tables have many advantages compared to other decision support manners, such as if-then-else programming statements, decision trees and Bayesian networks.
- The World Food Programme statement urged " the Israeli government to observe humanitarian principles and compensate the agency for its loss ."
- Dijkstra argued that the programming statement GOTO, found in many high-level programming languages, is a major source of errors, and should therefore be eliminated.
- On 25 March 2004, it became the first credit union in the world to become a signatory to the United Nations Environmental Programme Statement by Financial Institutions on the Environment & Sustainable Development.
- The XL1 phase contains a large set of plug-ins, notably XLSemantics, that provide common abstractions like subroutine, data type and declaration and definition, as well as basic structured programming statements, like conditionals or loops.
- While the community was skeptical that this new method could possibly outperform hand-coding, it reduced the number of programming statements necessary to operate a machine by a factor of 20, and quickly gained acceptance.
- In the First Minister's Legislative Programme statement, Jones told the Assembly the government would introduce a bill by the end of 2011, " with a view to a new soft opt-out system being implemented in 2015 ".
- A programming statement can be distributed on multiple consecutive lines by using the underscore " line continuation char " ( _ ), whereas multiple statements may be written on a single line by separating each statement with a colon ( : ).
- As does the Haskell functional language, Alice also provides facilities to allow using a lazy evaluation strategy in programs, versus the traditional eager evaluation strategy of Standard ML . While Haskell uses the lazy model by default, Alice uses an eager evaluation model by default, needing an explicit programming statement for a computation to evaluate lazily.